ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*首页轮播*/
.m-slide {
    position: relative;
    width: 650px;
    height: 405px;
}

.m-slide .hd {
    position: absolute;
    z-index: 99;
    bottom: 17px;
    text-align: center;
    right: 10px;
}

.m-slide .hd li {
    cursor: pointer;
    width: 22px;
    height: 22px;
    color: white;
    display: block;
    /*text-indent: 20px;*/
    float: left;
    margin-left: 4px;
    background: rgba(198, 197, 197, 0.5);
    /*border-radius: 5px;*/
    filter: alpha(opacity=40);
    /*opacity: 0.4;*/
}

.m-slide .hd li.on {
    background: #D73333;
    filter: alpha(opacity=100);
    opacity: 1;
}

.m-slide .prev, .m-slide .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.m-slide .prev {
    left: 16px;
}

.m-slide .next {
    background-position: 0 -40px;
    right: 16px;
}

.m-slide .prev:hover, .m-slide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.m-slide .bd {
    width: 650px;
    height: 405px;
    position: relative;
    overflow: hidden;
}

.m-slide .bd li {
    width: 650px;
    height: 405px;
    background-color: #fff;
    position: relative;
}

.m-slide .bd li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 50px;
    height: 50px;
    width: 650px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}

.m-slide .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 650px;
    height: 50px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.m-slide .bd li p a, .m-slide .bd li p a:visited {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.m-slide .bd li p a{text-align: left;display: block;width: 70%;}


ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*学习轮播*/
.study-slide {
    position: relative;
    width: 1200px;
    height: 250px;
}

.study-slide .hd {
    position: absolute;
    z-index: 99;
    bottom: 9px;
    right: 45%;
}

.study-slide .hd li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    float: left;
    margin-left: 13px;
    background: #fff;
    border-radius: 8px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.study-slide .hd li.on {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.study-slide .prev, .study-slide .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.study-slide .prev {
    left: 16px;
}

.study-slide .next {
    background-position: 0 -40px;
    right: 16px;
}

.study-slide .prev:hover, .study-slide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.study-slide .bd {
    width: 1200px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.study-slide .bd li {
    width: 1200px;
    height: 250px;
    background-color: #fff;
    position: relative;
}

.study-slide .bd li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 50px;
    height: 50px;
    width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}

.study-slide .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1200px;
    height: 50px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.study-slide .bd li p a, .study-slide .bd li p a:visited {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

/*视频轮播*/
.video-slide {
    position: relative;
    width: 557px;
    height: 337px;
}

.video-slide .hd {
    position: absolute;
    z-index: 99;
    bottom: 50px;
    right: 122px;
}

.video-slide .hd li {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: block;
    overflow: hidden;
    text-indent: 15px;
    float: left;
    margin-left: 13px;
    background: #fff;
    border-radius: 5px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.video-slide .hd li.on {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*.video-slide .prev, .study-slide .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}*/
.video-slide .prev {
    left: 16px;
}

.video-slide .next {
    background-position: 0 -40px;
    right: 16px;
}

/*.video-slide .prev:hover,	.study-slide .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
*/
.video-slide .bd {
    width: 380px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.video-slide .bd li {
    width: 380px;
    height: 245px;
    background-color: #fff;
    position: relative;
}

.video-slide .bd li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 50px;
    height: 50px;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}

.video-slide .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 380px;
    height: 50px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.video-slide .bd li p a, .study-slide .bd li p a:visited {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}



/*底部轮播*/
.m-slide1 {
    position: relative;
    width: 571px;
    height: 340px;
    margin-top: 30px
}

.m-slide1 .hd {
    position: absolute;
    z-index: 99;
    bottom: 17px;
    text-align: center;
    right: 10px;
}

.m-slide1 .hd li {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: block;
    /*text-indent: 20px;*/
    float: left;
    color: white;
    margin-left: 4px;
    background: #fff;
    background: rgba(198, 197, 197, 0.5);
    /*border-radius: 5px;*/
    filter: alpha(opacity=40);
    /*opacity: 0.4;*/
}

.m-slide1 .hd li.on {
    background: #D73333;
    filter: alpha(opacity=100);
    opacity: 1;
}

.m-slide1 .prev, .m-slide1 .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.m-slide1 .prev {
    left: 16px;
}

.m-slide1 .next {
    background-position: 0 -40px;
    right: 16px;
}

.m-slide1 .prev:hover, .m-slide1 .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.m-slide1 .bd {
    width: 571px;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.m-slide1 .bd li {
    width: 571px;
    height: 340px;
    background-color: #fff;
    position: relative;
}

.m-slide1 .bd li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    line-height: 50px;
    height: 50px;
    width: 571px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}

.m-slide1 .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 571px;
    height: 50px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.m-slide1 .bd li p a, .m-slide1 .bd li p a:visited {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}


